翻訳と辞書
Words near each other
・ Maoz Haim
・ Maoz Haim Synagogue
・ Maoz Samia
・ Maoz Vegetarian
・ Maozhou
・ Maozhou (in modern Sichuan)
・ Maozhou, Hebei
・ Maoča (Srebrenik)
・ Maoča, Brčko
・ Maoče
・ Map
・ Map (band)
・ Map (butterfly)
・ Map (disambiguation)
・ MAP (file format)
Map (higher-order function)
・ Map (mathematics)
・ Map (painting)
・ Map (parallel pattern)
・ Map algebra
・ Map Ammarit Railway Station
・ Map analysis
・ Map collection
・ Map Collection of the National and University Library in Zagreb
・ Map Collectors' Circle
・ Map coloring
・ Map communication model
・ Map database management
・ Map extent
・ Map folding


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Map (higher-order function) : ウィキペディア英語版
Map (higher-order function)

In many programming languages, map is the name of a higher-order function that applies a given function to each element of a list, returning a list of results. It is often called ''apply-to-all'' when considered in functional form.
==Example==
For example, if we define in Haskell a function square as follows:

square x = x
* x

Then calling map square () will return (), as map will go through the list and apply the function square to each element.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Map (higher-order function)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.